GrapeCity ActiveReports for .NET 16.0J
Validate メソッド (ValidatorBase<T>)

GrapeCity.ActiveReports.Rendering.Tools 名前空間 > ValidatorBase<T> クラス : Validate メソッド
検証するオブジェクト。
検証を実行します。
シンタックス
'宣言
 
Public Function Validate( _
   ByVal obj As T _
) As IEnumerable(Of Tuple(Of Boolean,String))

パラメータ

obj
検証するオブジェクト。

戻り値の型

%Tuple<bool, string>%形式での検証結果。 Item1:検証が成功したかどうかを示すブール値です。 Item2:検証の失敗に関するエラーメッセージのコレクションです。
参照

ValidatorBase<T> クラス
ValidatorBase<T> メンバ